home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CDICTION
/
CDICTTES.H1
< prev
next >
Wrap
Text File
|
1989-09-09
|
428b
|
25 lines
/*****
* CDictTestApp.h
*
* Application class for a typical application.
*
*****/
#define _H_CDictTestApp /* Include this file only once */
#include <CApplication.h>
struct CDictTestApp : CApplication {
/* No instance variables */
void IDictTestApp(void);
void SetUpFileParameters(void);
void DoCommand(long theCommand);
void Exit(void);
void CreateDocument(void);
void OpenDocument(SFReply *macSFReply);
};